# Shared core .gitignore — language-agnostic.
# Append the language-specific file from Python/, Rust/ or Godot/ on top of this.

# --- Secrets ---
.env
.env.*
!.env.example

# --- Logs ---
logs/
*.log

# --- IDE / editor ---
.vscode/
.idea/
*.code-workspace
*.swp

# --- OS ---
Thumbs.db
Desktop.ini
.DS_Store
